Add a new field to CompileOptions and BuildConfig: `target_rustc_args`
authorSondre Lefsaker <sondrele@stud.ntnu.no>
Fri, 1 May 2015 21:47:07 +0000 (23:47 +0200)
committerSondre Lefsaker <sondrele@stud.ntnu.no>
Fri, 1 May 2015 22:22:36 +0000 (00:22 +0200)
commit77bb01ece2b083754509cf443254b4b95783e15d
treefee709b7d8d066a05174946a07953f95e066fbf2
parent754938ffb8de88179939eb313d9bf4da6ae7f134
Add a new field to CompileOptions and BuildConfig: `target_rustc_args`
- The new field is a list with arguments to compile the target with.
- There should only be one target that gets compiled with these arguments
src/bin/bench.rs
src/bin/build.rs
src/bin/doc.rs
src/bin/run.rs
src/bin/rustc.rs
src/bin/test.rs
src/cargo/ops/cargo_compile.rs
src/cargo/ops/cargo_package.rs
src/cargo/ops/cargo_rustc/mod.rs